From: Glenn Morris Date: Thu, 5 Apr 2007 06:07:32 +0000 (+0000) Subject: Regenerate. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1127 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5a9b9e30f7c41a158643b2c5d44cb0a28c1c7a3a;p=emacs.git Regenerate. --- diff --git a/configure b/configure index 6188e7342fe..0e79c5aa980 100755 --- a/configure +++ b/configure @@ -2996,7 +2996,12 @@ _ACEOF ;; *-sunos5* | *-solaris* ) opsys=sol2-6 - NON_GNU_CPP=/usr/ccs/lib/cpp + if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then + ## -Xs prevents spurious whitespace. + NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs" + else + NON_GNU_CPP=/usr/ccs/lib/cpp + fi ;; * ) opsys=bsd4-2 ;; esac